3.91 \(\int \frac{F^{c+d x}}{(a+b F^{c+d x})^3} \, dx\)

Optimal. Leaf size=27 \[ -\frac{1}{2 b d \log (F) \left (a+b F^{c+d x}\right )^2} \]

[Out]

-1/(2*b*d*(a + b*F^(c + d*x))^2*Log[F])

________________________________________________________________________________________

Rubi [A]  time = 0.0345761, antiderivative size = 27, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.095, Rules used = {2246, 32} \[ -\frac{1}{2 b d \log (F) \left (a+b F^{c+d x}\right )^2} \]

Antiderivative was successfully verified.

[In]

Int[F^(c + d*x)/(a + b*F^(c + d*x))^3,x]

[Out]

-1/(2*b*d*(a + b*F^(c + d*x))^2*Log[F])

Rule 2246

Int[((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)*((a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.))^(p_.),
x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int[(a + b*x)^p, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b,
c, d, e, n, p}, x]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin{align*} \int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right )^3} \, dx &=\frac{\operatorname{Subst}\left (\int \frac{1}{(a+b x)^3} \, dx,x,F^{c+d x}\right )}{d \log (F)}\\ &=-\frac{1}{2 b d \left (a+b F^{c+d x}\right )^2 \log (F)}\\ \end{align*}

Mathematica [A]  time = 0.0179545, size = 27, normalized size = 1. \[ -\frac{1}{2 b d \log (F) \left (a+b F^{c+d x}\right )^2} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(c + d*x)/(a + b*F^(c + d*x))^3,x]

[Out]

-1/(2*b*d*(a + b*F^(c + d*x))^2*Log[F])

________________________________________________________________________________________

Maple [A]  time = 0.001, size = 26, normalized size = 1. \begin{align*} -{\frac{1}{2\,bd \left ( a+b{F}^{dx+c} \right ) ^{2}\ln \left ( F \right ) }} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(d*x+c)/(a+b*F^(d*x+c))^3,x)

[Out]

-1/2/b/d/(a+b*F^(d*x+c))^2/ln(F)

________________________________________________________________________________________

Maxima [A]  time = 1.02482, size = 34, normalized size = 1.26 \begin{align*} -\frac{1}{2 \,{\left (F^{d x + c} b + a\right )}^{2} b d \log \left (F\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))^3,x, algorithm="maxima")

[Out]

-1/2/((F^(d*x + c)*b + a)^2*b*d*log(F))

________________________________________________________________________________________

Fricas [A]  time = 1.50665, size = 115, normalized size = 4.26 \begin{align*} -\frac{1}{2 \,{\left (2 \, F^{d x + c} a b^{2} d \log \left (F\right ) + F^{2 \, d x + 2 \, c} b^{3} d \log \left (F\right ) + a^{2} b d \log \left (F\right )\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))^3,x, algorithm="fricas")

[Out]

-1/2/(2*F^(d*x + c)*a*b^2*d*log(F) + F^(2*d*x + 2*c)*b^3*d*log(F) + a^2*b*d*log(F))

________________________________________________________________________________________

Sympy [B]  time = 0.137012, size = 53, normalized size = 1.96 \begin{align*} - \frac{1}{4 F^{c + d x} a b^{2} d \log{\left (F \right )} + 2 F^{2 c + 2 d x} b^{3} d \log{\left (F \right )} + 2 a^{2} b d \log{\left (F \right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(d*x+c)/(a+b*F**(d*x+c))**3,x)

[Out]

-1/(4*F**(c + d*x)*a*b**2*d*log(F) + 2*F**(2*c + 2*d*x)*b**3*d*log(F) + 2*a**2*b*d*log(F))

________________________________________________________________________________________

Giac [A]  time = 1.28687, size = 34, normalized size = 1.26 \begin{align*} -\frac{1}{2 \,{\left (F^{d x + c} b + a\right )}^{2} b d \log \left (F\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))^3,x, algorithm="giac")

[Out]

-1/2/((F^(d*x + c)*b + a)^2*b*d*log(F))